home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / PeopleDemo_oracle / strings.h < prev   
Text File  |  1994-06-14  |  523b  |  6 lines

  1. /* Define localized strings */
  2. #define    ERR_INVALID_ID    NXLocalizedString("Department id must be within [100-999].", NULL, "Notify user that department id is not valid.")
  3. #define    ERR_INVALID_LOCATION    NXLocalizedString("Location id must be in [1101,1103,1104,1106,1207]", NULL, "Notify user that location id is not valid.")
  4. #define ERR_INSERT_FAIL    NXLocalizedString("Insert failed.", NULL, "Notify user that insert failed.")
  5. #define ERR_UPDATE_FAIL    NXLocalizedString("Update failed.", NULL, "Notify user that update failed.")
  6.